home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Games Special 4 / THE BEST OF SELECT Games Special 4 (Select CD-ROM)(1996).iso / dosgames / loneagle / makeboot.bat < prev    next >
DOS Batch File  |  1995-06-25  |  1KB  |  28 lines

  1. @ECHO OFF
  2. @ECHO BUILD BOOT WILL ATTEMPT TO FORMAT YOUR FLOPPY DISK IN "A" DRIVE.
  3. C:\DOS\FORMAT A:
  4. @ECHO ADDING SYSTEM FILES TO THE DISK IN "A" DRIVE...
  5. C:\DOS\SYS A:
  6. @ECHO MOVING STANDARD AUTOEXEC.BAT AND CONFIG.SYS FILES TO "A" DRIVE.
  7. COPY AUTOEXEC.LE A:\AUTOEXEC.BAT
  8. COPY CONFIG.LE A:\CONFIG.SYS
  9. @ECHO FINISHED!
  10. @ECHO .
  11. @ECHO You will need to COPY your mouse driver to "A" drive.  It should
  12. @ECHO be called MOUSE.COM and be located in your DOS or MOUSE directory.
  13. @ECHO .
  14. @ECHO Example: COPY C:\MOUSE\MOUSE.COM A:\MOUSE.COM   or
  15. @ECHO Example: COPY C:\GMOUSE\GMOUSE.COM A:\MOUSE.COM or
  16. @ECHO Example: COPY C:\DOS\MOUSE.COM A:\MOUSE.COM
  17. @ECHO .
  18. @ECHO You will need to copy the sound driver parts out of your own
  19. @ECHO autoexec.bat and config.sys and put them in the files on
  20. @ECHO "A" drive.  Otherwise the game will play sound through the PC SPEAKER.
  21. @ECHO .
  22. @ECHO Finally, if you are not able to do this then please ask a computer
  23. @ECHO friend to help you. (NOTE: The game is playable without a mouse.)
  24. @ECHO .
  25. @ECHO Thats it!  REBOOT (CNTRL-ALT-DEL) the computer with the new disk
  26. @ECHO in "A" drive then change directory (EX: CD LONEAGLE) to where the 
  27. @ECHO game was installed.  Type LE and enjoy!
  28.